toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.core.Prototype
Namespace
Prototype
Types
Functions
Types
prototype
Link copied to clipboard
entity
prototype
Functions
fetch_range_from
Link copied to clipboard
function
fetch_range_from
(
prototype
:
instance
,
from
:
rowid
,
_limit
:
integer
)
:
list
<
instance
>
get
Link copied to clipboard
function
get
(
prototype_name
:
text
)
:
instance
get_all
Link copied to clipboard
function
get_all
(
instance
:
instance
)
:
list
<
instance
>
get_first
Link copied to clipboard
function
get_first
(
instance
:
instance
)
:
instance
?
get_first_prototype_name
Link copied to clipboard
function
get_first_prototype_name
(
instance
:
instance
)
:
text
?
get_name
Link copied to clipboard
function
get_name
(
instance
:
instance
)
:
text
?
is_open_or_owner
Link copied to clipboard
function
is_open_or_owner
(
instance
:
instance
,
account
:
account
)
:
boolean
link_instance_prototypes
Link copied to clipboard
function
link_instance_prototypes
(
instance
:
instance
,
parent_prototype
:
instance
)
require_access
Link copied to clipboard
function
require_access
(
prototype_name
:
text
,
account
:
account
)
unpack_instances
Link copied to clipboard
function
unpack_instances
(
instances
:
list
<
instance
>
,
from
:
p_from
,
_limit
:
integer
)
:
(
results
:
list
<
instance
>
,
from
:
p_from
)